Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 857 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 857 Bytes

login-api

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.

as a user:

You can create new user, get your data and update your data.

as a admin

You can create new user, get, update your data and get all users data.

Technologies 💻

  • sails
  • firestore

Getting Started 📣

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