Skip to content

saulocastillos/webapi-pure-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webapi Pure Nodejs

 

WebApi Pure NodeJS

javascript Repository size


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Web api built with only native node modules for study purposes

✨ Design Principles

✔️ Repository Pattern;
✔️ Factory Pattern
✔️ N-Layers;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

Optional

For using the script.sh file, you will need to have JQ, CURL and Bash.

🏁 Starting

# 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>

:🌐: Using

# 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

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Saulo Castillos

 

Back to top