Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eseku/cscd-311-project-api
This repo contains an assignment on a residential registration portal's api in nodejs
https://github.com/eseku/cscd-311-project-api
bcrypt chalk cors express jsonwebtoken mongoose node-js validator
Last synced: 15 days ago
JSON representation
This repo contains an assignment on a residential registration portal's api in nodejs
- Host: GitHub
- URL: https://github.com/eseku/cscd-311-project-api
- Owner: eseku
- Created: 2019-10-10T13:47:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T12:42:21.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:10:26.090Z (almost 2 years ago)
- Topics: bcrypt, chalk, cors, express, jsonwebtoken, mongoose, node-js, validator
- Language: JavaScript
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cscd-311-project-api
This repo contains a project assignment.
On a residential registration portal's api in nodejs## Details
Index Number - 10671406, Name - Joojo Quartey## Requirements
Have Nodejs and Mongodb installed on your computer## Installation
clone the repostiory with git in your command line
```bash
git clone https://github.com/eustacequartey/cscd-311-project-api.git
```## Run
```npm
npm install && npm start
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)