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.
- Host: GitHub
- URL: https://github.com/mitchi-02/web-node-angular-exam
- Owner: Mitchi-02
- Created: 2024-05-07T13:05:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-17T11:22:34.000Z (12 months ago)
- Last Synced: 2025-01-24T08:11:30.500Z (4 months ago)
- Topics: angular, express, mongodb, mongoose, nodejs, type
- Language: TypeScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```