Skip to content

mirzamudassir/payever-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payever-backend

1. Install packages

cd payever-api
yarn install

2. Create .env and copy contents from .env.sample

.env.sample

3. Run the app

npm run start

4. Run the test

npm run test

6. API URL for Postman:

[POST] http://localhost:3000/api/users
[GET] http://localhost:3000/api/users/{userId}
[GET] http://localhost:3000/api/user/{userId}/avatar
[DELETE] http://localhost:3000/api/user/{userId}/avatar

7. Lint Code:

npm run lint

6. Format Code:

npm run format

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published