Create API to manage user login by using the Sails v1 framework and firestore database Firestore. This app is very simple, this is what you can build by learning a new framework and apply it in two days.
You can create new user, get your data and update your data.
You can create new user, get, update your data and get all users data.
- sails
- firestore
1. You can start by cloning the repository on your local machine by running:
git clone https://github.com/mAbadsa/login-api.git
cd login-api
2. Install all of the dependencies:
npm i
3. Run app:
sails lift
and you can run as developer by using nodemon by run this command
nodemon