Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pratiktomar/contactcloud


https://github.com/pratiktomar/contactcloud

Last synced: 3 days ago
JSON representation

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