https://github.com/matijaoe/angular-forum-fullstack
Exercise project for Advanced JavaScript College Course
https://github.com/matijaoe/angular-forum-fullstack
angular express jwt mongodb nodejs
Last synced: 3 months ago
JSON representation
Exercise project for Advanced JavaScript College Course
- Host: GitHub
- URL: https://github.com/matijaoe/angular-forum-fullstack
- Owner: matijaoe
- Created: 2022-01-31T20:09:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T12:22:34.000Z (over 4 years ago)
- Last Synced: 2025-03-12T03:33:27.283Z (over 1 year ago)
- Topics: angular, express, jwt, mongodb, nodejs
- Language: TypeScript
- Homepage:
- Size: 373 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Angular / Node / Express / Mongodb full stack forum app
Create an .env file & fill it out
```env
PORT=8080
DB_URL=mongodb://localhost:27017
DB_NAME=pick-a-name
JWT_SECRET=pick-a-secret
```
```npm run dev```
```localhost:8080```