Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratiktomar/contactcloud
https://github.com/pratiktomar/contactcloud
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pratiktomar/contactcloud
- Owner: PratikTomar
- Created: 2024-02-20T15:08:48.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-25T07:59:13.000Z (5 months ago)
- Last Synced: 2024-06-25T09:36:30.317Z (5 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# ContactCloud FullStack Web App (CRUD Based)
## Project Description
This is beginner project focuses on connection between FE and BE, making Simple API
## Preferred technologies
- Mongo DB for data storage
- Express as an API
- HTML, CSS and JS as a front end technologies
- Node js as a backend server## To Setup this in your local
to install all the NPM dependencies run
```
npm install
```and enter DB url and PORT number on .env file
## Example
let say your port is 3000 then you need to add enter http://localhost:3000/ in your URL after running the server