This repository contains the source code of a web application with a FrontEnd in ReactJS and BackEnd in NodeJS and Express. An application with Admin routes and rights, dishes, edit dishes and create new dishes, saving all in SQLite database.
- Reactjs
- Nodejs
- Javascript
- Vite
- Express
- Nodemon
- SQlite
- Knex
- Bcryptjs
- JSON Web Token
- Multer
- Cors
- Axios
- Styled COmponents
- Phospor Icons
- Swiper
- React Router Dom
$ git clone [email protected]:LucasSch2410/food-explorer.git
# Go To BackEnd directory
$ cd API
# Install dependencies
$ npm install
# Start the server
$ npm run dev
# Go To FrontEnd directory
$ cd food-explorer-frontend
# Install dependencies
$ npm install
# Start the server
$ npm run dev
# You can access the application at this URL:
http://localhost:5173/
# Admin user:
login: lucas
password: lucas
I used Render to deploy the Backend and Netlify to deploy the Frontend. The link below is where the web application is running right now: