-
Clone the repository
git clone https://github.com/pavinduLakshan/aseka-backend.git
-
Navigate to project folder and run
npm install
-
Start local mongodb server by opening a separate command prompt window and typing
mongod
. This will respond with a long message which ends withwaiting for connections in port
message. -
To test login in the mobile app, you should first register a user. if you don't already have a user registered, make a POST request as follows.
url: http://localhost:3000/api/register
body: {
fullName: "Aseka", email: "example@gmail.com", password: "12345"
}
-
After registering a user, try login from the mobile app with the email and the password.
-
Notifications
You must be signed in to change notification settings - Fork 0
asekawa/backend-master
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published