About | Features | Technologies | Requirements | Starting | License | Author
Web api built with only native node modules for study purposes
✔️ Repository Pattern;
✔️ Factory Pattern
✔️ N-Layers;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
For using the script.sh file, you will need to have JQ, CURL and Bash.
# Clone this project
$ git clone https://github.com/saulocastilhos/webapi-pure-nodejs
# Access
$ cd webapi-pure-nodejs
# Install dependencies
$ npm -i
# Run the project
$ npm run dev
# The server will initialize in the <http://localhost:3000>
# You could fetch with your preferred REST Client, but we sourcing to you
# a bash with some commands ready for using in linux bash terminals.
# Acces webapi directory
$ cd webapi
# Execute the command
$ bash script.sh
#or
$ sh script.sh
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Saulo Castillos