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

https://github.com/mitchi-02/web-node-angular-exam

A crud web app built with Angular, NodeJS and MongoDB.
https://github.com/mitchi-02/web-node-angular-exam

angular express mongodb mongoose nodejs type

Last synced: 3 months ago
JSON representation

A crud web app built with Angular, NodeJS and MongoDB.

Awesome Lists containing this project

README

        

# Web app with Angular and Node
A crud web app built with Angular, NodeJS and MongoDB, for a school exam.
## Getting Started
### Clone the Repository
```bash
git clone https://github.com/Mitchi-02/web-node-angular-exam.git
```
### Start the backend server
```bash
cd server
npm install
npm run dev
```
### Start the frontend server
```bash
cd client
npm install
npm run dev
```