An Full-Stack App for posting advertisments. Login, Registration, Comments and Post data is stored in the backend using Node.js and Express.js and is stored in a SQL database and front end is made in React.
Client: React
Server: Node, Express
Database: MySQL2, Sequelize
Authentication/ Hashing: JWT, bcryptjs
Clone the project
git clone https://github.com/av1choudharyy/Advertisment-Web-App
Go to the client directory
cd client
Install dependencies
npm install
Run the project
npm start
In a new terminal window, go to the server directory
cd server
Install dependencies
npm install
Start the server
npm start
Color | Hex |
---|---|
Primary Color | |
Dark Color | |
Light Color |
The web app server is deployed on Heroku and the client is deployed on Netlify. Also the web app is live on my own website temporarily.