API made with JS, TS, Node and Mongodb 🤓
🚀 This API is part of the DevHelper project, its Frontend can be found here »
Features • Technologies • Prerequisites • Author
- DB CRUD in Users and Questions
- Unitary tests
- Documented with Swagger
The following tools were used in building this API:
- Node.js
- Javascript
- TypeScript
- MongoDB
- Mongoose
- Express
- Mocha
- JsonWebToken
- Sucrase
- Bcrypt
- Swagger
- Zod
Before starting, you will need to have the following tools installed on your machine: Git, Node.js. Besides, it's good to have an editor to work with the code like VSCode
# Clone this repository
$ git clone <[email protected]:roberiodutra/ts-node-api.git>
# Access the project folder in terminal/cmd
$ cd ts-node-api
# Install the dependencies
$ npm install
# Run the application in development mode
$ npm run dev
# The server will start on port:3001 - access <http://localhost:3001>📝 License
This project is under license MIT.
