https://github.com/piyushdua50/expree-server
- This app consists of -
- Learn basics of JavaScript.
- Learn basics of TypeScript.
- A Email validation file in JavaScript.
- A Permission Authorization file in JavaScript.
- API routing.
- Middlewares.
- Authentication.
- Controllers.
# Clone Repo.
git clone https://github.com/piyushdua50/express-server.git
cd express-server
# Run permission file.
node extra/utils/permissions.js
# Run validation file.
node extra/utils/validation.js