Skip to content

alejandrotoledoweb/simple-nodejs-app

Repository files navigation

Simple-NodeJS-app

This is a simple app to practice and learn NodeJS. This project has two ways to open the server, using the index.js or the server.js.

The index.js uses express to handle the server and the other file uses only NodeJS language.

Setup

Clone the repository

git clone https://github.com/alejandrotoledoweb/simple-nodejs-app.git

go to the folder of the project

cd simple-nodejs-app

and then install all dependencies

npm install

Usage

OPTION 1

Run the command

node index

this will open the server in port localhost:8080

OPTION 2

Run the command

node server

this will open the server in port localhost:7070

Author

👤 Alejandro Toledo

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published