Skip to content

utkryuk/XMeme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ XMEME

This is a basic full web stack application made using MERN stack.

Deployed Links

Url Endpoints

  • GET /memes
  • POST /memes
  • GET /memes/:id

Implemented

  • Deployed HTTPS version in public for both frontend & backend.
  • Proper testing of backend using JEST
  • Usage of react-bootstrap for image card
  • Usage of Flexbox for displaying components
  • Code modularity is maintained.
  • Proper HTTP status codes are used.

📝 To-Do

  • Adding all CRUD operations
  • Swagger documentation of the API
  • Adding Comments in Frontend
  • Dockerizing the application

Run

  • Clone this Repository.
  • To run backend locally
    • cd backend
    • npm install
    • npm run dev
  • To run frontend locally
    • cd frontend
    • npm install
    • npm start
    • You will see the below home page.

📷 Screenshots

Home screen

If you have any questions, just let me know here.