https://github.com/saucecodee/fundmylaptop---be
A website where people can raise money for their laptop purchase or fix
https://github.com/saucecodee/fundmylaptop---be
Last synced: 4 months ago
JSON representation
A website where people can raise money for their laptop purchase or fix
- Host: GitHub
- URL: https://github.com/saucecodee/fundmylaptop---be
- Owner: saucecodee
- Created: 2020-06-16T15:52:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T02:18:41.000Z (over 3 years ago)
- Last Synced: 2025-06-13T10:51:31.803Z (about 1 year ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FundMyLaptop
A website where people can raise money for their laptop purchase or fix
## Installing
Run `npm install` to install all the packages required to start the server.
## Running the server
Run `npm start` or `npm run server` (uses nodemon) to start the server, with the defaault configuration it should be running on `http://localhost:2020/`.
### Packages
1. express
```
2. express-async-errors
```
3. mongoose
```
4. morgan
```
5. nodemon
```